From: Wei Liu Date: Tue, 20 Jan 2015 12:22:49 +0000 (+0000) Subject: libxl: delete xenlight.pc.in in distclean X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3854 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=8d057fc5ead09b403efc2b4a335e158b97748b25;p=xen.git libxl: delete xenlight.pc.in in distclean That file is generated by configure. Deleting it in "make clean" leads to rerun configure. Move it under distclean target. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 08fe814357..bb19802443 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -282,9 +282,10 @@ clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check $(RM) -f testidl.c.new testidl.c *.api-ok - $(RM) -f xenlight.pc xenlight.pc.in + $(RM) -f xenlight.pc distclean: clean + $(RM) -f xenlight.pc.in realclean: distclean $(RM) -f $(AUTOSRCS) $(AUTOINCS)